home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / c / toollib / linklib / freeitem.asm < prev    next >
Assembly Source File  |  1995-12-30  |  241b  |  13 lines

  1. ;:ts=8
  2.  
  3.         xref    _ToolBase
  4.         xdef    _FreeItem
  5. _FreeItem:
  6.         move.l  a6,-(sp)
  7.         move.l  _ToolBase,a6
  8.         movem.l 8(sp),a0/a1
  9.         move.l  16(sp),d0
  10.         jsr     -204(a6)
  11.         move.l  (sp)+,a6
  12.         rts
  13.